Well Test Hierarchy

The structure of the well test configuration XML is hierarchical: elements are nested within other elements, creating structural relationships. The following list describes the elements required to complete the well test configuration XML. Click on any link below to go to a description of that element.

XML Hierarchy

<WellTestConfiguration>

<General>

<PointScheme>…</PointScheme>

<RecordRetentionDays>…</RecordRetentionDays>

<RelativeFacilityFile>…</RelativeFacilityFile>

<RelativeFacilityFileSource>…</RelativeFacilityFileSource>

<RelativeFacilityDefinition>…</RelativeFacilityDefinition>

</General>

<Headers>

<Header>

<Wells>

<Well />

<Well />

</Wells>

</Header>

</Headers>

<UdcConfiguration>

<UdcDef />

<UdcDef />

</UdcConfiguration>

<HeaderTemplates>

<HeaderTemplate>

<Positions>

<Position>

<Commands>

<Command>

<Actions>

<Action type="HeaderCommand" />

</Command>

</Commands>

</Position>

<Position>

<Commands>

<Command>

<Actions>

<Action type="SetPoint" />

<Action type="UisCommand" />

<Action type="Test">

<SleepTimerActions>

          <Action type="UisCommand" />

</SleepTimerActions>

<ExitOnTagValueActions>…</ExitOnTagValueActions>

</Action>

<Action type="Test" >

<SleepTimerActions>

          <Action type="PointValueCompare" >

                    <TrueAction>

                             <Action type="Exit" />

                    </TrueAction>

                    <FalseAction>…</FalseAction>

          </Action>

</SleepTimerActions>

<ExitOnTagValueActions>

          <Action type="Exit" />

</ExitOnTagValueActions>

</Action>

<Action type="PointValueCompare">

<TrueAction>

          <Action type="Script">

                    <Parameters>

                              <Parameter>

                                        <Part type="Text" />

                                        <Part type="PointValue" />

                              </Parameter>

                              <Parameter>

                                        <Part type="Text" />

                                        <Part type="FacilityAttribute" />

                              </Parameter>

                              <Parameter>

                                        <Part type="Text" />

                                        <Part type="PointValue" />

                              <Parameter>

                    </Parameters>

          </Action>

</TrueAction>

</Action>

<Action type="Monitor">

<Monitors>

          <Monitor>

                    <Conditions>

                              <Condition />

                    </Conditions>

                    <Actions>

                              <Action type="SetPoint" />

                    </Actions>

          </Monitor>

</Monitors>

<TimeoutActions>

          <Action type="SetPoint" />

</TimeoutActions>

</Action>

</Actions>

</Command>

</Commands>

</Position>

</Positions>

</HeaderTemplate>

</HeaderTemplates>

</WellTestConfiguration>

Back to top